projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac0dfc
)
ioemu: use POSIX int type.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 7 Feb 2008 13:21:38 +0000
(13:21 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 7 Feb 2008 13:21:38 +0000
(13:21 +0000)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/ioemu/hw/rtl8139.c
patch
|
blob
|
history
diff --git
a/tools/ioemu/hw/rtl8139.c
b/tools/ioemu/hw/rtl8139.c
index 5e8ae9bba2d1f9780eebd054e8a6338c8b70cd22..42e25e8855cf4de43b7b9d6659ac1fd839721da4 100644
(file)
--- a/
tools/ioemu/hw/rtl8139.c
+++ b/
tools/ioemu/hw/rtl8139.c
@@
-1468,7
+1468,7
@@
static void rtl8139_BasicModeCtrl_write(RTL8139State *s, uint32_t val)
DEBUG_PRINT(("RTL8139: BasicModeCtrl register write(w) val=0x%04x\n", val));
/* mask unwriteable bits */
- uint32 mask = 0x4cff;
+ uint32
_t
mask = 0x4cff;
if (1 || !rtl8139_config_writeable(s))
{